From: Vinicius Jose Latorre Date: Wed, 1 Aug 2007 17:36:31 +0000 (+0000) Subject: Docstring fix X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~1993 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a3c406ac1b9fce8b72b45ebca79c797d6b1ae10e;p=emacs.git Docstring fix --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfeab0f3473..75ba4e11b90 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-08-01 Eric Hanchrow + + * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix. + 2007-07-31 Drew Adams * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 4f510472d54..b077342e5f5 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -1482,7 +1482,7 @@ You can then feed the file name(s) to other commands with \\[yank]." ;;;###autoload (defun ibuffer-mark-old-buffers () - "Mark buffers which have not been viewed in `ibuffer-old-time' days." + "Mark buffers which have not been viewed in `ibuffer-old-time' hours." (interactive) (ibuffer-mark-on-buffer #'(lambda (buf)